home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / shell / ViNCEd.lha / ViNCEd / Localize! / prefs.construct < prev    next >
Text File  |  1998-10-03  |  45KB  |  1,370 lines

  1. ;*************************************************************************
  2. ;** Locale constructor V40.16 ViNCEd prefs part                            **
  3. ;**                                                                     **
  4. ;** This is a constructor/shell script for CreateCatalog. Please read   **
  5. ;** the instructions below carefully.                     **
  6. ;*************************************************************************
  7. ;
  8. ;       This file has two purposes:
  9. ;
  10. ;       First it acts as a shell script that must be "execute"d to 
  11. ;       build the catalog with one command
  12. ;       Second, it tells CreateCatalog how to build the
  13. ;       catalog. Thus, this file gets a) executed by the shell
  14. ;       and b) is parsed by CreateCatalog. This is possible due to
  15. ;       the special syntax of CreateCatalog.
  16. ;       All lines starting with a semicolon or a blank space are comments
  17. ;       for CreateCatalog. Thus these lines and the lines that act as
  18. ;       a shell script are ignored by the catalog builder: The former
  19. ;       because they have the semicolon, the later because I added a
  20. ;       blank space at the beginning.
  21. ;
  22. ;       Shell script part of the catalog builder:
  23. ;       
  24. ; no assembler is needed for this part. This time the complete job can
  25. ; be done by CreateCatalog, and the strings of the locale are in 
  26. ; THIS file.
  27. ;
  28. ;       The next line starts the catalog builder:
  29. ;       The arguments are: This file (instructions how to build)
  30. ;                          the output file (will be put to RAM:)
  31. ;                          the language: Please change "deutsch" to
  32. ;                               your language, i.e. "italiano" or "français".
  33. ;                          and the version/revision of the catalog.
  34. ;                               Here version 40.16 (40 is internal for release 3)
  35.  
  36. ;
  37. ;*************** Edit this line below *************************************
  38.  CreateCatalog vl:prefs.construct ram:VNC.prefs.catalog deutsch 40 16
  39. ;                            ^^^^^
  40. ;                            This string must be
  41. ;                            adjusted !
  42.  quit 
  43. ;
  44. ; End of the shell script. quit is used to prevent the shell from parsing the
  45. ; lines below.
  46. ;
  47. ; Here we use another set of CreateCatalog commands.
  48. ; The '#' command sets the string counter to a specific value.
  49. ; There's no need to change these lines.
  50. ;
  51. ; The 'lines contain the actual strings that replace the english (default) strings
  52. ; The lines starting with a semicolon are again comments and ignored
  53. ; by the catalog builder. Thus you ONLY NEED TO EDIT the lines starting with
  54. ; the apostrophe '.
  55. ; Please note that unlike in the "sys" part of the localization, the
  56. ; reverse apostrophe ` IS NOT USED HERE!
  57. ;
  58. ; Please note that you MUST surround these strings with an additional pair
  59. ; of double quotes if you want to include leading/following blank spaces.
  60. ; The usual C style syntax is used for special charaters, like
  61. ; \r for carriage return        \n for newline
  62. ; \t for TAB                    \b for backspace
  63. ; \\ for the backslash itself. It is the same syntax that is used in the
  64. ; ViNCEd macros, so propably read this section of the guide.
  65. ;
  66. ;
  67. ; Since this is taken from the german localization, I put the original
  68. ; english strings ON TOP of the german ones, plus some information
  69. ; when this string gets printed/displayed.
  70. ;
  71. ;***************************************************************************
  72. ;Strings of the startup-segment
  73. ;***************************************************************************
  74. #1
  75. ;unkown command.                                Printed if you pass an illegal argument to SetVNC
  76. 'unbekanntes Kommando.
  77.  
  78. ;required subcommand missing                    Printed if a subcommand needs a sub argument that is missing.
  79. 'benötigtes Teilkommando fehlt.
  80.  
  81. ;unknown subcommand                             Printed if the parser encountered a sub command (like the FROM to LOAD or the TO for SAVE) that it does not understand
  82. 'unbekanntes Teilkommando.
  83.  
  84. ;required argument missing                      Printing if a command takes an argument that is not present
  85. 'benötigtes Argument fehlt.
  86.  
  87. ;boolean value neither ON nor OFF.              The parser expected an ON or OFF as argument.
  88. 'boolscher Wert weder ON noch OFF.
  89.  
  90. ;invalid numeric value.                         The parser expected a number. The one supplied was invalid
  91. 'ungültiger Zahlenwert.
  92.  
  93. ;out of memory                                  SetVNC has not enough memory.
  94. 'Speicher fehlt.
  95.  
  96. ;Failed parsing "%s" : %s \n\r                  Printed if the parsing of an arugment failed. 
  97. ;The first %s is substituted with the argument name, the second with the failure type, from above.
  98. ;The \n\r code is a newline command. 
  99. ;(Here both, newline plus line feed since someone may have turned ViNCEd's
  100. ; auto CR off)
  101. 'Fehler beim Bearbeiten von "%s" : %s\n\r
  102.  
  103. ;SetVNC failure: Need AT LEAST vnc.library version 40.00.       Printed if SetVNC failed to open the vnc.library
  104. 'SetVNC Fehler: Es wird MINDESTENS die Version 40.00 der vnc.library benötigt.\n\r
  105.  
  106. ;SetVNC failure: Can't open needed libraries.                   Printed if some generic libs are missing (asl/dos/gfx/intuition)
  107. 'SetVNC Fehler: Benötigte Bibliotheken können nicht geöffnet werden.\n\r
  108.  
  109. ;SetVNC failure: Need a ViNCEd stream as output handle.         Printed if SetVNC found a non-VINCEd stream, i.e. hasn't been called from ViNCEd.
  110. 'SetVNC Fehler: Ein ViNCEd-Stream wird als Ausgabekanal benötigt.\n\r
  111.  
  112. ;"DOS failed    "               A generic failure message if some DOS function returned an error
  113. '"DOS Fehler    "
  114.  
  115. ;%s: error code %ld.\n\r        A generic error code if no standard fail message of the DOS could be found.
  116. ;       %s is substituted with the text above, and %ld is the DOS error number.
  117. '%s: Fehler-Code %ld.\n\r
  118.  
  119. ;"Usage: SetVNC "               The title of the text that is printed if you specify "?" as argument
  120. '"Aufruf: SetVNC "
  121.  
  122. ;" O.K. "                       This text is put into the fail requester (it has only one button)
  123. '" O.K. "
  124.  
  125. ;***************************************************************************
  126. ;Strings of the prefs-loader
  127. ;***************************************************************************
  128. ;
  129. ;these strings are printed if the loading/saving of some prefs can't be done
  130. ;
  131. #16
  132. ;"SetVNC failure: Unable to save preferences as "               Printed if SetVNC failed to save the prefs as a file.
  133. ;The actual file name is put behind this text.
  134. '"SetVNC-Fehler: Kann Voreinstellungen nicht abspeichern unter \n\r"
  135.  
  136. ;SetVNC failure: No memory for preferences.                     Due to a lack of memory ViNCed can't build them
  137. 'SetVNC-Fehler: Speicher für die Voreinstellungen fehlt.\n\r
  138.  
  139. ;SetVNC failure: Can't get preferences from active window.      SetVNC can't load the prefs of the window it was invoked in.
  140. 'SetVNC-Fehler: Voreinstellungen können nicht vom Fenster geholt werden.\n\r
  141.  
  142. ;SetVNC failure: Can't get global preferences.                  SetVNC can't load the global ("Used") prefs.
  143. 'SetVNC-Fehler: Die globalen Voreinstellungen können nicht geholt werden.\n\r
  144.  
  145. ;SetVNC failure: Can't get default preferences.                 The defaults were unavailable.
  146. 'SetVNC-Fehler: Die Standard-Voreinstellungen können nicht geholt werden.\n\r
  147.  
  148. ;"SetVNC failure: Can't get preferences from file "             SetVNC failed to load the prefs from a given file.
  149. ;The actual file name is printed behind this text
  150.  
  151. ;SetVNC failure: Can't get preferences from file                SetVNC failed to load a given prefs file.
  152. ;The file name is printed behind this text
  153. '"SetVNC-Fehler: Kann die Voreinstellungen nicht Lesen von der Datei "
  154.  
  155. ;SetVNC failure: Can't get last saved preferences.              SetVNC failed to load the prefs beeing saved as global prefs.
  156. 'SetVNC-Fehler: Die zuletzt gespeicherten Voreinstellungen können nicht gelesen werden.\n\r
  157.  
  158. ;SetVNC failure: Can't construct macro list.                    The list of the macros can't be setup
  159. 'SetVNC-Fehler: Kann die Makro-Liste nicht erstellen.\n\r
  160.  
  161. ;SetVNC failure: Can't build macros from list.                  The list of the macros can't be installed into the prefs.
  162. 'SetVNC-Fehler: Kann die Makro-Liste nicht in die Voreinstellungen einbauen.\n\r
  163.  
  164. ;SetVNC failure: